GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer / AddEmbeddedImageAnnotInteractive Method





In This Topic
AddEmbeddedImageAnnotInteractive Method (IGdViewer)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(66)>
Sub AddEmbeddedImageAnnotInteractive( _
   ByVal ImageID As Integer, _
   ByVal Stroke As Boolean, _
   ByVal BorderColor As Integer, _
   ByVal BorderWidth As Single, _
   ByVal Opacity As Single _
) 
[DispId(66)]
void AddEmbeddedImageAnnotInteractive( 
   int ImageID,
   bool Stroke,
   int BorderColor,
   float BorderWidth,
   float Opacity
)
procedure AddEmbeddedImageAnnotInteractive( 
    ImageID: Integer;
    Stroke: Boolean;
    BorderColor: Integer;
    BorderWidth: Single;
    Opacity: Single
); 
DispIdAttribute(66)
function AddEmbeddedImageAnnotInteractive( 
   ImageID : int,
   Stroke : boolean,
   BorderColor : int,
   BorderWidth : float,
   Opacity : float
);
[DispId(66)]
void AddEmbeddedImageAnnotInteractive( 
   int ImageID,
   bool Stroke,
   int BorderColor,
   float BorderWidth,
   float Opacity
) 
[DispId(66)]
void AddEmbeddedImageAnnotInteractive( 
   int ImageID,
   bool Stroke,
   int BorderColor,
   float BorderWidth,
   float Opacity
) 

Parameters

ImageID
Stroke
BorderColor
BorderWidth
Opacity
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer
IGdViewer Members